projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb8b97
)
win32: Make gdk_drag_context_new static
author
Alexander Larsson
<alexl@redhat.com>
Mon, 21 Nov 2011 13:33:16 +0000
(14:33 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 21 Nov 2011 13:34:06 +0000
(14:34 +0100)
gdk/win32/gdkdnd-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkdnd-win32.c
b/gdk/win32/gdkdnd-win32.c
index e656f07b53b6c256e5529be308f81dcf8474cb30..b2ded749627cb136fb7e2a1486a6938555e108d1 100644
(file)
--- a/
gdk/win32/gdkdnd-win32.c
+++ b/
gdk/win32/gdkdnd-win32.c
@@
-180,7
+180,7
@@
gdk_win32_drag_context_finalize (GObject *object)
/* Drag Contexts */
-GdkDragContext *
+
static
GdkDragContext *
gdk_drag_context_new (void)
{
GdkWin32DragContext *context_win32;